Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NMemoryDataTable Class / NMemoryDataTable Constructor / NMemoryDataTable Constructor(String,NFieldInfo[])


In This Topic
    NMemoryDataTable Constructor(String,NFieldInfo[])
    In This Topic
    Creates a new data table that has the specified fields
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As System.String, _
       ByVal ParamArray fields() As NFieldInfo _
    )
    'Usage
     
    
    Dim name As System.String
    Dim fields() As NFieldInfo
     
    Dim instance As New NMemoryDataTable(name, fields)
    public NMemoryDataTable( 
       System.string name,
       params NFieldInfo[] fields
    )

    Parameters

    name
    fields
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also